Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove icons-generic #1074

Merged
merged 34 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
968dbd8
Small fix
MBudreviciusBentley Oct 7, 2024
6480f97
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Oct 15, 2024
010bb84
Removed @bentley/icons-generic elements
MBudreviciusBentley Oct 15, 2024
d8bce4c
Path fix.
MBudreviciusBentley Oct 15, 2024
e0cc0fe
Test changes
MBudreviciusBentley Oct 15, 2024
4b7f024
Updated changes.
MBudreviciusBentley Oct 15, 2024
80de6ea
Wrong changes rollback.
MBudreviciusBentley Oct 15, 2024
e62f897
Rollback change.
MBudreviciusBentley Oct 15, 2024
d8fd4d0
fix
MBudreviciusBentley Oct 15, 2024
cd35f8c
Updated changes.
MBudreviciusBentley Oct 15, 2024
5f02283
Changes.
MBudreviciusBentley Oct 15, 2024
72ebfb7
Final changes.
MBudreviciusBentley Oct 15, 2024
8f0dc08
Deleted not needed svgs
MBudreviciusBentley Oct 15, 2024
eefc453
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Oct 16, 2024
1b9f022
Not needed include.
MBudreviciusBentley Oct 16, 2024
2808705
Updated storybook svg and removed depenedency on @bentley/icons-generic
MBudreviciusBentley Oct 23, 2024
b618ed9
Updated tsx files tags and updated pnpm-lock
MBudreviciusBentley Oct 23, 2024
3583747
Small fixes
MBudreviciusBentley Oct 23, 2024
3b881c8
rush lint fix
MBudreviciusBentley Oct 23, 2024
713be95
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Oct 23, 2024
c2895a3
Updated Svg file naming and mved from iconSpec to icon in some places
MBudreviciusBentley Oct 29, 2024
cce7479
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Oct 29, 2024
81fa3cd
Small fix
MBudreviciusBentley Oct 29, 2024
a195f36
Fixed e2e tests
MBudreviciusBentley Oct 29, 2024
f5e0503
added eslint fix
MBudreviciusBentley Oct 29, 2024
27bb7c5
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
GerardasB Nov 5, 2024
b2ba8de
Updated vitest config
MBudreviciusBentley Nov 5, 2024
5de6f36
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Nov 5, 2024
78d023a
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Nov 5, 2024
c2c80bf
Fixed lint
MBudreviciusBentley Nov 5, 2024
41fdf91
Optimized svgs
MBudreviciusBentley Nov 6, 2024
34b843b
Fixed section tool icon
MBudreviciusBentley Nov 6, 2024
22c63c2
PR comment fixes.
MBudreviciusBentley Nov 6, 2024
a7bc6d3
Merge branch 'master' into MBudrevicius/RemoveIconsGeneric
MBudreviciusBentley Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/appui-react",
"comment": "Removed some references on @bentley/icons-generic",
"type": "none"
}
],
"packageName": "@itwin/appui-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/components-react",
"comment": "Removed some references on @bentley/icons-generic",
"type": "none"
}
],
"packageName": "@itwin/components-react"
}
6 changes: 0 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/storybook/assets/placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test": ""
},
"dependencies": {
"@bentley/icons-generic": "^1.0.34",
"@bentley/icons-generic-webfont": "^1.0.34",
"@itwin/appui-abstract": "^4.0.0",
"@itwin/appui-react": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/src/deprecated/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import React from "react";
import type { Decorator, Meta, StoryObj } from "@storybook/react";
import placeholderSvg from "@bentley/icons-generic/icons/placeholder.svg";
import placeholderSvg from "../../assets/placeholder.svg";
import { useConditionalProp } from "@itwin/appui-react-internal/lib/appui-react/hooks/useConditionalProp";
import { ImageRenderer } from "@itwin/components-react-internal/src/components-react/common/ImageRenderer";
import { ConditionalIconItem, Icon } from "@itwin/core-react";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgAssetClassificationHide() {
return (
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 16"
enableBackground="new 0 0 16 16;"
xmlSpace="preserve"
>
<path
d="M5,0l5,5l-5,5L0,5L5,0z M7.4131,15.1504l6.7118-6.7118l0.8496,0.8496L8.2627,16L7.4131,15.1504z M8.0099,14.1417
l0.6608-0.6608c-0.515-0.2944-0.9326-0.7329-1.2015-1.2616c0.8072-1.2845,2.2079-2.0752,3.7247-2.1027
c0.2419-0.0099,0.484,0.0103,0.7209,0.0601l0.781-0.781c-0.4911-0.1226-0.9957-0.1832-1.5019-0.1802
c-2.047-0.0085-3.9167,1.1601-4.8061,3.0038C6.7581,12.9864,7.316,13.6476,8.0099,14.1417z M14.438,10.2968l-0.6608,0.6608
c0.4832,0.3332,0.8923,0.7627,1.2015,1.2616c-0.8088,1.2828-2.2085,2.073-3.7247,2.1027c-0.2631-0.0194-0.5242-0.0595-0.781-0.1202
l-0.781,0.781c1.2744,0.3811,2.6451,0.2741,3.8449-0.3004c1.0691-0.5284,1.9347-1.394,2.4631-2.4631
C15.6321,11.4682,15.0979,10.8108,14.438,10.2968z"
/>
</svg>
);
}
36 changes: 36 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgAssetIsolate.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgAssetIsolate() {
return (
<svg
version="1.1"
id="Calque_1"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 16"
enableBackground="new 0 0 16 16;"
xmlSpace="preserve"
>
<g>
<g transform="translate(-1-1)">
<path d="M9,13.5714h3.4286V17H9V13.5714z" />
<path d="M9,9v3.4286h3.4286V9H9z M11.8571,11.8571H9.5714V9.5714h2.2857V11.8571z" />
<path d="M13.5714,9v3.4286H17V9H13.5714 M16.4286,11.8571h-2.2857V9.5714h2.2857V11.8571" />
<path d="M13.5714,13.5714V17H17v-3.4286H13.5714z M16.4286,16.4286h-2.2857v-2.2857h2.2857V16.4286z" />
</g>
<path d="M5,0l5,5l-5,5L0,5L5,0z" />
</g>
</svg>
);
}
25 changes: 25 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgGyroscope.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgGyroscope() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
enableBackground="new 0 0 16 16"
>
<g transform="translate(0-.5)">
<path d="m7.6.5c-.2 0-.4.1-.5.2-1.1.6-2 1.5-2.6 2.6l.5-.2c.1-.3.3-.5.4-.7.5-.7 1.1-1.3 1.8-1.6.4-.2.5-.3.4-.3m1.1 5.3l1.6-4.6 4 2.9-2 .7.2.4c1 2.5.9 5.2-.3 7.6-.3.7-.8 1.3-1.3 1.7-.8.8-1.9 1.1-3.1 1-.4-.1-.9-.2-1.3-.4-.5-.3-.9-.6-1.3-1l1-.7c.3.3.6.5.9.7.3.2.7.2 1 .2.6 0 1.2-.2 1.6-.7 1.8-1.7 2.3-5 1.3-7.7l-.3-.7-2 .6m-5.1.8c-.2.1-.4.2-.5.3s-.1.3-.1.5c0 .5 0 .9 0 1.4.2.1.5.2.7.3v-1.2l-.1-1.3" />
<path d="m7.8 3.5c-1.3 0-2.6.2-3.9.7-2 .7-3.3 1.7-3.7 2.9-.4 1.1-.1 2.3.8 3 .8.7 1.7 1.1 2.7 1.3l.8.2v2c0 0 4-2.6 4-2.6s-4-3-4-3v2h-.2c-.1 0-.5-.1-.7-.2-1.6-.5-2.4-1.4-2-2.3.4-.9 1.3-1.6 2.2-1.9 1.2-.6 2.5-1 3.9-1.1h.6c.1-.3.2-.6.3-.9-.3 0-.6-.1-.8-.1m5.6 1.6l-.3.1c0 .1.1.3.1.4.4.2.8.4 1.2.6.7.4 1.2 1 1.5 1.8-.1-.5-.3-.9-.5-1.2-.5-.8-1.2-1.3-2-1.7" />
</g>
</svg>
);
}
38 changes: 38 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgLayersHide.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgLayersHide() {
return (
<svg
version="1.1"
id="Calque_1"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 16"
enableBackground="new 0 0 16 16;"
xmlSpace="preserve"
>
<path
d="M12.8,3.5102L6.4,0L0,3.5102l6.4,3.5102L12.8,3.5102z M6.4,8.2449L1.2,5.3878L0,6.0408L6.4,9.551l6.4-3.5102l-1.2-0.6531
L6.4,8.2449z M1.2,7.84L6.23,10.6c-0.24,0.3-0.46,0.62-0.63,0.96L0,8.49L1.2,7.84z M7.4131,15.1504l6.7118-6.7118l0.8496,0.8496
L8.2627,16L7.4131,15.1504z M8.0099,14.1417l0.6608-0.6608c-0.515-0.2944-0.9326-0.7329-1.2015-1.2616
c0.8072-1.2845,2.2079-2.0752,3.7247-2.1027c0.2419-0.0099,0.484,0.0103,0.7209,0.0601l0.781-0.781
c-0.4911-0.1226-0.9957-0.1832-1.5019-0.1802c-2.047-0.0085-3.9167,1.1601-4.8061,3.0038
C6.7581,12.9864,7.316,13.6476,8.0099,14.1417z M14.438,10.2968l-0.6608,0.6608c0.4832,0.3332,0.8923,0.7627,1.2015,1.2616
c-0.8088,1.2828-2.2085,2.073-3.7247,2.1027c-0.2631-0.0194-0.5242-0.0595-0.781-0.1202l-0.781,0.781
c1.2744,0.3811,2.6451,0.2741,3.8449-0.3004c1.0691-0.5284,1.9347-1.394,2.4631-2.4631
C15.6321,11.4682,15.0979,10.8108,14.438,10.2968z"
/>
</svg>
);
}
39 changes: 39 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgLayersIsolate.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgLayersIsolate() {
return (
<svg
version="1.1"
id="Calque_1"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 16"
enableBackground="new 0 0 16 16"
xmlSpace="preserve"
>
<g>
<path d="M13,3.4938L6.5,0L0,3.4938l6.5,3.4938L13,3.4938z" />
<polygon points="6.5,8.21 7,7.94 7,9.24 6.5,9.51 0,6.01 1.22,5.36 " />
<polygon points="13,6.01 11.16,7 8.74,7 11.78,5.36 " />
<polygon points="7,10.37 7,11.67 6.5,11.94 0,8.45 1.22,7.8 6.5,10.64 " />
</g>
<g transform="translate(-1-1)">
<path d="M9,13.5714h3.4286V17H9V13.5714z" />
<path d="M9,9v3.4286h3.4286V9H9z M11.8571,11.8571H9.5714V9.5714h2.2857V11.8571z" />
<path d="M13.5714,9v3.4286H17V9H13.5714 M16.4286,11.8571h-2.2857V9.5714h2.2857V11.8571" />
<path d="M13.5714,13.5714V17H17v-3.4286H13.5714z M16.4286,16.4286h-2.2857v-2.2857h2.2857V16.4286z" />
</g>
</svg>
);
}
22 changes: 22 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgModelHide.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgModelHide() {
return (
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path
d="m7 7.13 2.62 1.29a5.864 5.864 0 0 0 -1.15.42l-1.47-.72-.5-.25-.5.25-4.48 2.2-.04.02-.48-.24v-.51l5-2.46v-5.95l.5-.21.5.21z"
opacity=".33"
/>
<path d="m6.5 0-6.5 3.2v7.47l6.12 3.01a4.59444 4.59444 0 0 1 -.82-1.5l-3.78-1.86-.52-.26v-5.67l5 2.46v4.06a6.60645 6.60645 0 0 1 1-1.11v-2.95l5-2.46v3.87a4.81243 4.81243 0 0 1 .76.12l.24-.24v-4.94zm.5 5.78-.5.25-.5-.25-4.64-2.28 4.64-2.28.5-.25.5.25 4.64 2.28zm.4131 9.3704 6.7118-6.7118.8496.8496-6.7118 6.7118zm.5968-1.0087.6608-.6608a3.04122 3.04122 0 0 1 -1.2015-1.2616 4.49539 4.49539 0 0 1 3.7247-2.1027 2.92292 2.92292 0 0 1 .7209.0601l.781-.781a6.053 6.053 0 0 0 -1.5019-.1802 5.31165 5.31165 0 0 0 -4.8061 3.0038 5.06065 5.06065 0 0 0 1.6221 1.9224zm6.4281-3.8449-.6608.6608a4.25582 4.25582 0 0 1 1.2015 1.2616 4.50769 4.50769 0 0 1 -3.7247 2.1027 4.98983 4.98983 0 0 1 -.781-.1202l-.781.781a5.35217 5.35217 0 0 0 3.8449-.3004 5.43271 5.43271 0 0 0 2.4631-2.4631 5.50866 5.50866 0 0 0 -1.562-1.9224z" />
</svg>
);
}
22 changes: 22 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgModelIsolate.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgModelIsolate() {
return (
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path
d="m7 1.18v6.94l-.5-.25-.5.25-4.48 2.2-.04.02-.48-.24v-.51l5-2.46v-5.95l.5-.21z"
opacity=".33"
/>
<path d="m8 12.5714h3.4286v3.4286h-3.4286zm0-4.5714v3.4286h3.4286v-3.4286zm2.8571 2.8571h-2.2857v-2.2857h2.2857zm1.7143-2.8571v3.4286h3.4286v-3.4286zm2.8572 2.8571h-2.2857v-2.2857h2.2857zm-2.8572 1.7143v3.4286h3.4286v-3.4286zm2.8572 2.8572h-2.2857v-2.2857h2.2857zm-8.9286-15.4286-6.5 3.2v7.47l6.5 3.2.5-.25v-6.77l5-2.46v2.61h1v-3.8zm-.5 12.52-4.48-2.2-.52-.26v-5.67l5 2.46zm1-6.74-.5.25-.5-.25-4.64-2.28 4.64-2.28.5-.25.5.25 4.64 2.28z" />
</svg>
);
}
21 changes: 21 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgSavedView.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgSavedView() {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M15,0H1A1,1,0,0,0,0,1V15a1,1,0,0,0,1,1H15a1,1,0,0,0,1-1V1A1,1,0,0,0,15,0Zm0,11-4,4H5L1,11V5L5,1h6l4,4Z" />
<path d="m2 10.5l2.5-3 2.5 3" />
<path d="m7.77 9.86l.53.64h5.7l-4.5-6-2.94 3.91" />
<path d="M2,11H14l-1,1H3Z" />
</svg>
);
}
39 changes: 39 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgSectionTool.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgSectionTool() {
return (
<svg
id="Calque_1"
data-name="Calque 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
>
<defs>
<style>{`.cls-1 { opacity: 0.5; isolation: isolate; }`}</style>
</defs>
<path className="cls-1" d="M3,8H13v8H3Z" />
<rect x="3" y="2" width="10" height="4" />
<rect x="3" width="2" height="1" />
<polygon points="0 2 1 2 1 1 2 1 2 0 0 0 0 2" />
<rect x="15" y="3" width="1" height="2" />
<rect x="3" y="7" width="2" height="1" />
<polygon points="1 6 0 6 0 8 2 8 2 7 1 7 1 6" />
<rect y="3" width="1" height="2" />
<rect x="7" width="2" height="1" />
<rect x="11" y="7" width="2" height="1" />
<rect x="7" y="7" width="2" height="1" />
<polygon points="14 0 14 1 15 1 15 2 16 2 16 0 14 0" />
<rect x="11" width="2" height="1" />
<polygon points="15 7 14 7 14 8 16 8 16 6 15 6 15 7" />
</svg>
);
}
23 changes: 23 additions & 0 deletions ui/appui-react/src/appui-react/icons/SvgSelectionClear.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgSelectionClear() {
return (
<svg
id="Calque_1"
data-name="Calque 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
>
<path d="M2,5H1V7H2ZM2,8H1v2H2ZM9,2H7V3H9ZM6,2H4V3H6ZM2,3H3V2H1V4H2Zm12,7h1V8H14Zm0,2H13v1h2V11H14Zm0-5h1V5H14ZM7,13H9V12H7Zm3,0h2V12H10Zm-6.84551.75L14.25,2.65449,12.84551,1.25,1.75,12.34551Z" />
</svg>
);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/

import * as React from "react";

/** @internal */
export function SvgCubeFaceBottom() {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<polygon
points="0.56 12.31 5.25 15.56 15.25 13.5 10.06 10.44 0.56 12.31"
opacity="0.33"
style={{ isolation: "isolate" }}
/>
<path d="M11,0H10L0,2V13l5,3H6l10-2V3Zm4,12.62-4-2.19V5l4-.8Zm-.49-9.35L11,4V1.17ZM10,1V4.19L6,5,1.69,2.68Zm0,4.2V10l-4,.8V6ZM5,5.56V11l-4,.8V3.37ZM1.49,12.73,5,12v2.82ZM6,11.81,10,11l4.32,2.32L6,15Z" />
</svg>
);
}
Loading
Loading