UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CodeTs = /*#__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: "M9.25 6.51c0 .41.45.65 1.51 1.05s2.49.93 2.49 2.45a2.5 2.5 0 0 1-.84 1.86 2.51 2.51 0 0 1-1.93.64l-.22.01a2.5 2.5 0 0 1-2.29-1.49 2.5 2.5 0 0 1-.22-1.02c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53 0 .95 1.04 1 1.25 1 .21 0 1.25-.05 1.25-1 0-.41-.45-.65-1.51-1.05-1.05-.4-2.49-.93-2.49-2.45a2.5 2.5 0 0 1 .84-1.86A2.48 2.48 0 0 1 10.53 4a2.44 2.44 0 0 1 1.88.64 2.54 2.54 0 0 1 .84 1.86c0 .2-.08.39-.22.53a.77.77 0 0 1-1.06 0 .74.74 0 0 1-.22-.53c0-.95-1.04-1-1.25-1-.2 0-1.25.05-1.25 1Zm-7-2.5h4.5a.75.75 0 0 1 0 1.5h-1.5v6.25a.75.75 0 0 1-1.5 0V5.51h-1.5a.75.75 0 0 1 0-1.5Z" })); }); CodeTs.displayName = 'CodeTs'; export var CodeTsDimensions = { height: 16, width: 16 };