UNPKG

@navinc/base-react-components

Version:
10 lines (7 loc) 841 B
import React from 'react' const Imac = (props) => ( <svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:imac" {...props}> <path d="M4,14 L4,16 L20,16 L20,14 L13,14 C13,14.5527519 12.5561352,15 12,15 C11.4477153,15 11,14.5508697 11,14.0010434 L4,14 Z M20,4 L4,4 L4,12 L20,12 L20,4 Z M14.6666667,20 L16.9975267,20 C17.5511774,20 18,20.4438648 18,21 C18,21.5522847 17.5514869,22 16.9975267,22 L7.00247329,22 C6.44882258,22 6,21.5561352 6,21 C6,20.4477153 6.44851311,20 7.00247329,20 L9.33333333,20 L9.66666667,18 L2.99864581,18 C2.44710896,18 2,17.5553691 2,16.9991283 L2,3.00087166 C2,2.4481055 2.44576991,2 2.99864581,2 L21.0013542,2 C21.552891,2 22,2.44463086 22,3.00087166 L22,16.9991283 C22,17.5518945 21.5542301,18 21.0013542,18 L14.3333333,18 L14.6666667,20 Z" /> </svg> ) export default Imac