-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: BIM-32590 added new icon and fixed pupa-scrollable
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
projects/icons/src/declarations/constants/icons/app-object-model-filled-icon.const.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import { IconDefinition } from '../../../declarations/interfaces/icon-definition.interface'; | ||
|
||
export const appObjectModelFilledIcon: IconDefinition = { | ||
name: 'app-object-model-filled', | ||
data: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2727 1.16547C10.0655 1.16547 9.8627 1.18295 9.6647 1.21649L9.54269 1.72186C9.35315 2.50729 8.54509 2.97412 7.77038 2.74502L7.34505 2.61885C7.08952 2.9482 6.88479 3.3226 6.74326 3.7275L7.05898 4.03086C7.63604 4.58649 7.63604 5.51052 7.05898 6.06615L6.74326 6.36951C6.88479 6.7744 7.08917 7.14845 7.34505 7.47816L7.77038 7.35199C8.54509 7.12289 9.35315 7.58971 9.54269 8.37515L9.6647 8.88052C9.8627 8.91405 10.0659 8.93154 10.2727 8.93154C10.4799 8.93154 10.6827 8.91405 10.8807 8.88052L11.0027 8.37515C11.1922 7.58971 12.0003 7.12289 12.775 7.35199L13.2003 7.47816C13.4559 7.14881 13.6606 6.7744 13.8021 6.36951L13.4864 6.06615C12.9094 5.51087 12.9094 4.58614 13.4864 4.03086L13.8021 3.7275C13.6606 3.3226 13.4562 2.94855 13.2003 2.61885L12.775 2.74502C12.0003 2.97412 11.1922 2.50729 11.0027 1.72186L10.8807 1.21649C10.6827 1.18295 10.4799 1.16547 10.2727 1.16547ZM10.2727 3.98949C10.8575 3.98949 11.3315 4.46358 11.3315 5.0485C11.3315 5.63343 10.8575 6.10751 10.2727 6.10751C9.68787 6.10751 9.21387 5.63343 9.21387 5.0485C9.21387 4.46358 9.68787 3.98949 10.2727 3.98949Z" fill="currentColor"/> | ||
<path d="M1 12C1 11.4477 1.44772 11 2 11H2.5V6H2C1.44772 6 1 5.55228 1 5V3C1 2.44772 1.44772 2 2 2H4C4.55228 2 5 2.44772 5 3V5C5 5.55228 4.55228 6 4 6H3.5V8H5.36807C5.64421 8 5.86807 8.22386 5.86807 8.5C5.86807 8.77614 5.64421 9 5.36807 9H3.5V11H4C4.55228 11 5 11.4477 5 12V14C5 14.5523 4.55228 15 4 15H2C1.44772 15 1 14.5523 1 14V12Z" fill="currentColor"/> | ||
<path d="M8 9.05518C8.27614 9.05518 8.5 9.27903 8.5 9.55518V11H9C9.55228 11 10 11.4477 10 12V14C10 14.5523 9.55228 15 9 15H7C6.44772 15 6 14.5523 6 14V12C6 11.4477 6.44772 11 7 11H7.5V9.55518C7.5 9.27903 7.72386 9.05518 8 9.05518Z" fill="currentColor"/> | ||
<path d="M13.5 9.55518C13.5 9.27903 13.2761 9.05518 13 9.05518C12.7239 9.05518 12.5 9.27903 12.5 9.55518V11H12C11.4477 11 11 11.4477 11 12V14C11 14.5523 11.4477 15 12 15H14C14.5523 15 15 14.5523 15 14V12C15 11.4477 14.5523 11 14 11H13.5V9.55518Z" fill="currentColor"/> | ||
</svg> | ||
`, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters