UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Braces = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M14 6a5 5 0 0 0-5 5v8.05a3.4 3.4 0 0 1-.38 1.85c-.29.48-.94 1.13-2.6 1.68a1.5 1.5 0 0 0 0 2.84c1.65.55 2.27 1.19 2.56 1.73.34.62.42 1.43.42 2.73V37a5 5 0 0 0 5 5h.5a1.5 1.5 0 0 0 0-3H14a2 2 0 0 1-2-2v-7.12c0-1.28-.04-2.79-.77-4.15a5.5 5.5 0 0 0-1.46-1.72c.6-.46 1.07-.98 1.42-1.56.75-1.24.81-2.52.81-3.4V11c0-1.1.9-2 2-2h.5a1.5 1.5 0 0 0 0-3H14Zm20 0a5 5 0 0 1 5 5v8.05c0 .77.07 1.34.38 1.85.29.48.94 1.13 2.6 1.68a1.5 1.5 0 0 1 0 2.84c-1.65.55-2.27 1.19-2.56 1.73-.34.62-.42 1.43-.42 2.73V37a5 5 0 0 1-5 5h-.5a1.5 1.5 0 0 1 0-3h.5a2 2 0 0 0 2-2v-7.12c0-1.28.04-2.79.77-4.15a5.5 5.5 0 0 1 1.46-1.72 5.66 5.66 0 0 1-1.42-1.56 6.32 6.32 0 0 1-.81-3.4V11a2 2 0 0 0-2-2h-.5a1.5 1.5 0 0 1 0-3h.5Z" })); }); Braces.displayName = 'Braces'; export var BracesDimensions = { height: 48, width: 48 };