UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BracesDismiss = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4 2a2 2 0 0 0-2 2v3a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1c.28 0 .5.22.5.5v3c0 1.1.9 2 2 2a.5.5 0 0 0 0-1 1 1 0 0 1-1-1V9c0-.38-.14-.73-.38-1 .24-.27.38-.62.38-1V4a1 1 0 0 1 1-1 .5.5 0 0 0 0-1Zm8 0a2 2 0 0 1 2 2v3c0 .28.22.5.5.5a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5v3a2 2 0 0 1-2 2 .5.5 0 0 1 0-1 1 1 0 0 0 1-1V9c0-.38.14-.73.38-1A1.5 1.5 0 0 1 13 7V4a1 1 0 0 0-1-1 .5.5 0 0 1 0-1ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM6.15 6.85a.5.5 0 1 1 .7-.7L8 7.29l1.15-1.14a.5.5 0 1 1 .7.7L8.71 8l1.14 1.15a.5.5 0 0 1-.7.7L8 8.71 6.85 9.85a.5.5 0 0 1-.7-.7L7.29 8 6.15 6.85Z" })); }); BracesDismiss.displayName = 'BracesDismiss'; export var BracesDismissDimensions = { height: 16, width: 16 };