UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CodePy = /*#__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: "M14.44 3.9c.08.05.15.12.2.2.05.1.08.19.1.28v.3a.76.76 0 0 1-.13.26l-2.36 3.3v3.26a.76.76 0 0 1-.75.75.74.74 0 0 1-.75-.75V8.24l-2.36-3.3a.73.73 0 0 1-.13-.56.76.76 0 0 1 .87-.62c.1.02.19.05.27.1.08.06.16.13.21.2l1.89 2.65 1.89-2.64a.75.75 0 0 1 1.05-.17ZM3.5 3.74h2.25a2.49 2.49 0 0 1 2.5 2.5 2.48 2.48 0 0 1-2.5 2.5h-1.5v2.75a.76.76 0 0 1-.75.75.74.74 0 0 1-.75-.75v-7a.75.75 0 0 1 .75-.75Zm.75 3.5h1.5a1 1 0 0 0 0-2h-1.5v2Z" })); }); CodePy.displayName = 'CodePy'; export var CodePyDimensions = { height: 16, width: 16 };