UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.VideoOutline = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("circle", { cx: 7, cy: 11, r: 1, key: "k0" }), React.createElement("path", { d: "M21.585 7.188a.995.995 0 00-.901-.137l-1.707.568A3.004 3.004 0 0016 4.999H5c-1.654 0-3 1.347-3 3v6c0 1.653 1.346 3 3 3h3v1.111l.008.09c.066.738.381 1.423.887 1.928.562.562 1.311.872 2.104.872s1.542-.31 2.104-.87c.574-.577.898-1.346.896-2.113V17h2a3.01 3.01 0 002.978-2.62l1.707.568c.303.104.64.051.9-.138a.997.997 0 00.415-.812v-6a1 1 0 00-.414-.81zM12 18.023a.995.995 0 01-.309.689.976.976 0 01-1.382 0 1.115 1.115 0 01-.309-.691V16h2v2.023zM17 14a1 1 0 01-1 1H5a1 1 0 01-1-1V8a1 1 0 011-1h11a1 1 0 011 1v6zm3-1.389s-1.895-.605-2-.605V9.994c.105 0 2-.605 2-.605v3.222z", key: "k1" }))); }); exports.VideoOutline.displayName = 'VideoOutline'; exports.VideoOutlineDimensions = { height: 24, width: 24 };