UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.56 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ColorFill = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M11.75 3c.42 0 .75.34.75.75V5.1c.54.1 1.05.35 1.47.76l3.69 3.7a2.75 2.75 0 0 1 0 3.88l-4.7 4.7a2.75 2.75 0 0 1-3.89 0l-3.7-3.69a2.75 2.75 0 0 1 0-3.89l4.7-4.7c.28-.27.6-.47.93-.6V3.74c0-.41.34-.75.75-.75ZM11 8.25V7.06l-4.56 4.56c-.11.12-.2.24-.26.38h10.68c.2-.46.11-1.01-.26-1.38l-3.7-3.7a1.25 1.25 0 0 0-.4-.27v1.6a.75.75 0 0 1-1.5 0Zm4.48 5.25H6.55l3.58 3.58c.49.5 1.28.5 1.77 0l3.58-3.58ZM16.5 18c0-.35.08-.7.17-1h-1.15l-1.85 1.85a3.75 3.75 0 0 1-5.3 0L6.5 17h-.26A3.25 3.25 0 0 0 3 20.25v1.5C3 23.55 4.46 25 6.25 25h15.5c1.8 0 3.25-1.46 3.25-3.25v-1.5c0-1.17-.62-2.2-1.55-2.77a3.5 3.5 0 1 1-6.95.52Zm4.1-3.7a.75.75 0 0 0-1.2 0l-.02.02a16.1 16.1 0 0 0-1.54 2.45A3.1 3.1 0 0 0 17.5 18a2.5 2.5 0 0 0 5 0c0-.42-.17-.87-.34-1.23-.19-.4-.42-.8-.65-1.16a19.98 19.98 0 0 0-.9-1.29v-.02h-.01Zm-.6 1.74a16.38 16.38 0 0 1 .8 1.36c.16.34.2.54.2.6a1 1 0 1 1-2 0c0-.06.04-.26.2-.6a9.4 9.4 0 0 1 .8-1.36Z" })); }); ColorFill.displayName = 'ColorFill'; export var ColorFillDimensions = { height: 28, width: 28 };