UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CodeRb = /*#__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: "m8.06 10.45.14.45a.76.76 0 0 1 .3.6.75.75 0 0 1-.75.75c-.72 0-.93-.7-1.13-1.38C6.2 9.5 5.82 8.75 5 8.75h-.75v2.75c0 .2-.08.39-.22.53a.77.77 0 0 1-1.06 0 .74.74 0 0 1-.22-.53v-7a.75.75 0 0 1 .75-.75h2.25a2.48 2.48 0 0 1 2.5 2.5 2.48 2.48 0 0 1-1.16 2.1c.46.63.78 1.33.97 2.1Zm-1.6-3.5a1 1 0 0 0 0-1.4 1 1 0 0 0-.71-.3h-1.5v2h1.5a1 1 0 0 0 .7-.3Zm7.2.92A2.5 2.5 0 0 1 12 12.25H9.5a.75.75 0 0 1-.76-.75v-7a.75.75 0 0 1 .75-.75h2.25a2.48 2.48 0 0 1 2.5 2.5 2.49 2.49 0 0 1-.6 1.62Zm-3.41-2.62v2h1.5a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-1.5Zm2.46 5.2a1 1 0 0 0 0-1.4 1 1 0 0 0-.71-.3h-1.75v2H12a1 1 0 0 0 .7-.3Z" })); }); CodeRb.displayName = 'CodeRb'; export var CodeRbDimensions = { height: 16, width: 16 };