UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.04 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VideoClipMultiple = /*#__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: "M5.25 3A3.25 3.25 0 0 0 2 6.25v9c0 1.8 1.46 3.25 3.25 3.25h10.5c1.8 0 3.25-1.46 3.25-3.25v-9C19 4.45 17.54 3 15.75 3H5.25ZM8 13.25v-5.5c0-.6.66-.95 1.15-.63l4.62 2.96c.31.2.31.64 0 .84l-4.62 2.96A.75.75 0 0 1 8 13.25ZM7.75 21c-1.15 0-2.16-.6-2.74-1.5h11.24A3.75 3.75 0 0 0 20 15.75V6.01c.9.58 1.5 1.59 1.5 2.74v7c0 2.9-2.35 5.25-5.25 5.25h-8.5Z" })); }); VideoClipMultiple.displayName = 'VideoClipMultiple'; export var VideoClipMultipleDimensions = { height: 24, width: 24 };