UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CodeVb = /*#__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: "M7.18 3.82a.75.75 0 0 1 1.03.93l-2.5 7a.74.74 0 0 1-.71.5.75.75 0 0 1-.7-.5l-2.5-7a.76.76 0 0 1 .2-.8.75.75 0 0 1 1.2.3L5 9.27l1.8-5.02c.06-.19.2-.34.38-.43Zm6.47 4.05A2.5 2.5 0 0 1 12 12.25H9.5a.75.75 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75h2.26a2.49 2.49 0 0 1 2.43 3.06c-.1.4-.28.76-.54 1.06Zm-3.4-2.62v2h1.5c.26 0 .52-.1.7-.3a1 1 0 0 0-.7-1.7h-1.5Zm0 5.5H12a1 1 0 0 0 0-2h-1.75v2Z" })); }); CodeVb.displayName = 'CodeVb'; export var CodeVbDimensions = { height: 16, width: 16 };