UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SlideDesign = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM17 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM22 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" }), /*#__PURE__*/React.createElement("path", { d: "m14.9 18.07-1.16-2.85H5.88l-1.8 4.45c-.07.2-.18.35-.33.47a.86.86 0 0 1-.53.16.9.9 0 0 1-.66-.23.93.93 0 0 1-.26-.6v-.1c0-.1 0-.2.04-.28v-.02l6.6-16.14c.08-.2.2-.36.36-.47.17-.11.36-.16.57-.16.21 0 .4.06.55.19.16.1.28.25.36.43l6.46 15.78a2.5 2.5 0 0 0-2.33-.63zm-8.28-4.72h6.36l-3.2-7.82-3.16 7.82z" })); }); SlideDesign.displayName = 'SlideDesign'; export var SlideDesignDimensions = { height: 24, width: 24 };