UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TableDeleteRow = /*#__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: "M3.75 2H8v5H6.25A3.25 3.25 0 0 1 3 3.75v-1c0-.41.34-.75.75-.75zM9.5 2h5v5h-5V2zM21 2.75a.75.75 0 0 0-.75-.75H16v5h1.75C19.55 7 21 5.54 21 3.75v-1zM20.25 22c.41 0 .75-.34.75-.75v-1c0-1.8-1.46-3.25-3.25-3.25H16v5h4.25zM9.5 22h5v-5h-5v5zM3.75 22H8v-5H6.25A3.25 3.25 0 0 0 3 20.25v1c0 .41.34.75.75.75zM15.52 12.75h5.73a.75.75 0 0 0 0-1.5h-5.73l-.07.08-.67.67.67.67.07.08zM8.73 12.75l.07-.08.67-.67-.67-.67a1.85 1.85 0 0 1-.07-.08H2.75a.75.75 0 0 0 0 1.5h5.98z" }), /*#__PURE__*/React.createElement("path", { d: "M14.53 14.53c-.3.3-.77.3-1.06 0L12 13.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 1 1 1.06-1.06L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47c.3.3.3.77 0 1.06z" })); }); TableDeleteRow.displayName = 'TableDeleteRow'; export var TableDeleteRowDimensions = { height: 24, width: 24 };