@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 796 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.IoPrintOutline = function IoPrintOutline (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"fill":"none","strokeLinejoin":"round","strokeWidth":"32","d":"M384 368h24a40.12 40.12 0 0040-40V168a40.12 40.12 0 00-40-40H104a40.12 40.12 0 00-40 40v160a40.12 40.12 0 0040 40h24"}},{"tag":"rect","attr":{"width":"256","height":"208","x":"128","y":"240","fill":"none","strokeLinejoin":"round","strokeWidth":"32","rx":"24.32","ry":"24.32"}},{"tag":"path","attr":{"fill":"none","strokeLinejoin":"round","strokeWidth":"32","d":"M384 128v-24a40.12 40.12 0 00-40-40H168a40.12 40.12 0 00-40 40v24"}},{"tag":"circle","attr":{"cx":"392","cy":"184","r":"24"}}]})(props);
};